home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_14731.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  201 lines

  1. -- card: 14731 from stack: in
  2. -- bmap block id: 22429
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Home
  6. ----- HyperTalk script -----
  7.  
  8. on closeCard
  9.   global counter1
  10.   set scroll of card field id 128 to 1
  11.   show card field id 128
  12.   put 0 into counter1
  13. end closeCard
  14.  
  15.  
  16.  
  17. -- part 121 (button)
  18. -- low flags: 00
  19. -- high flags: A003
  20. -- rect: left=417 top=281 right=303 bottom=483
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: GO BACK
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   play harpsichord d4
  32.   visual wipe right
  33.   pop card
  34. end mouseup
  35.  
  36.  
  37.  
  38.  
  39.  
  40. -- part 127 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=448 top=28 right=52 bottom=484
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 1011 / 1011
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: New Button
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   play harpsichord c4
  55.   visual effect venetian blinds to gray
  56.   go to card id 5341
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 129 (field)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=20 top=30 right=50 bottom=315
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 21
  70. -- text size: 12
  71. -- style flags: 256
  72. -- line height: 16
  73. -- part name: 
  74.  
  75.  
  76. -- part 130 (field)
  77. -- low flags: 01
  78. -- high flags: 2000
  79. -- rect: left=40 top=80 right=302 bottom=296
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 20
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: 
  88.  
  89.  
  90. -- part 128 (field)
  91. -- low flags: 01
  92. -- high flags: 2007
  93. -- rect: left=26 top=73 right=301 bottom=308
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 20
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: 
  102.  
  103.  
  104. -- part 131 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=341 top=145 right=215 bottom=462
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: New Button
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   global counter1
  119.   put counter1 + 1 into counter1
  120.   play "Harpsichord" c4w
  121.   hide card field id 128
  122.  
  123.   if counter1 = 2 then
  124.     show card field id 128
  125.     put 0 into counter1
  126.   end if
  127. end mouseUp
  128.  
  129.  
  130.  
  131.  
  132.  
  133. -- part 136 (button)
  134. -- low flags: 00
  135. -- high flags: 2000
  136. -- rect: left=19 top=16 right=51 bottom=63
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 1008 / 1008
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Home
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  148.   if it is "Card" then
  149.     doMenu "Print Card"
  150.   end if
  151.   if it is "Scroll Bar" then
  152.     put card field id 128 into PrintThis
  153.     visual barn door open to card
  154.     go to card "Print Card"
  155.     put PrintThis into card field id 1
  156.   end if
  157.   if it is "Cancel" then
  158.     put "Cancel" into it
  159.   end if
  160. end mouseUp
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. -- part contents for card part 128
  168. ----- text -----
  169.                
  170.                         SCSI ID NUMBERS
  171.  
  172. Each SCSI device must have a unique ID number.  This number gives the computer a way of identifying devices in a SCSI chain.  The number need not conform to the physical location of the device in the SCSI chain.  Apple has designated standard SCSI ID numbers for different SCSI devices.  These numbers are set for you and you don't have to change the number unless you have two devices of the same type or unless you have non-Apple devices set to a number already in use.  The computer's 
  173. (Macintosh or Apple II) SCSI ID number is 7.  The AppleCD SC SCSI ID number is 3.  The Apple internal hard disk's SCSI ID number is 0.
  174.  
  175. For the Apple II, set the AppleCD SC device SCSI number to 0.  Removable media like CD-ROM discs can cause identity problems for other devices in a SCSI chain under ProDOS.  By assigning the lowest priority to the AppleCD SC and limiting each SCSI chain to one removable-media device, this problem can be avoided. 
  176.  
  177. Click the SCSI ID switch (#3) on the right  for information on setting the SCSI ID number.
  178.  
  179.  
  180.  
  181. -- part contents for card part 129
  182. ----- text -----
  183. Setting the SCSI ID Number
  184.  
  185. -- part contents for card part 130
  186. ----- text -----
  187.  
  188.   1.  Make sure the AppleCD SC is turned off.
  189.  
  190.   2.  Decide on an unassigned SCSI ID number.
  191.  
  192.   3.  Insert the point of a push pin or a 
  193.        straightened paper clip into the SCSI ID 
  194.        switch.
  195.  
  196.   4.  Push gently until the number you want is 
  197.        displayed.  If you go past the number you 
  198.        want, keep pushing until the number 
  199.        cycles around again.
  200.  
  201.